arm: Select CONFIG_ARM64 for Cavium ThunderX
authorMarek Vasut <[email protected]>
Wed, 1 Jun 2016 00:33:53 +0000 (02:33 +0200)
committerTom Rini <[email protected]>
Fri, 3 Jun 2016 01:21:42 +0000 (21:21 -0400)
Select the config option, since this board is ARM64.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
arch/arm/Kconfig

index 7a77b6a03701749dae3c1e3027d4602a43fcb606..e5463d256dd2032136d0a10000ab56581ceda6d4 100644 (file)
@@ -766,6 +766,7 @@ config ARCH_ROCKCHIP
 
 config TARGET_THUNDERX_88XX
        bool "Support ThunderX 88xx"
+       select ARM64
        select OF_CONTROL
 
 endchoice